@import url(../css.css);
@import url(../css-1.css);

/*
Theme Name:         Planus
Description:        Planus is a clean and minimal html one page to display your work.
Version:            1.0.0
Author:             Pixelglow
Author URI:         http://creativemarket.com/stefusilviu

*/


/* ---------- FONTS ---------- */


/* ---------- PARAMETRIC MIXINS ---------- */


/* VARIABLES */


/* ==========================================================================
General Styles
========================================================================== */

@font-face {
    font-family: muli;
    src: url(../fonts/Muli-Regular.woff);
}

body {
    font-family: muli, sans-serif;
    /* font-size: 18px;
            line-height: 2em; */
    height: 100%;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow-x: hidden;
    font-size: 1.8rem;
    line-height: 3.3rem;
    font-weight: 400;
    font-style: normal;
    /* margin-bottom: 2.4rem; */
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
b {
    /* font-family: 'Ubuntu', sans-serif; */
    /* color: rgb(46, 216, 165); */
}

h1 {
    /* font-size: 2.888888888888889em; */
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

a {
    color: #717171;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover {
    text-decoration: none;
    color: #3e3e3e;
}

.btn-outline-white {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 5px solid #2f3c7e;
}

.btn-outline-white:hover {
    background-color: #fff;
}

.btn-big {
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 40px;
}

.btn-small {
    font-size: 0.875em;
    text-transform: none;
    font-weight: 600;
    padding: 6px 20px;
}

.round-outline {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid rgba(87, 87, 87, 0.596);
    display: inline-block;
}

.round-outline .round-photo {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 4px;
}

.icon-outline i {
    font-size: 2em;
    width: 60px;
    height: 60px;
    border: 2px solid #db4a2f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: transparent;
    line-height: 56px;
    color: #db4a2f;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.icon-outline i:hover {
    background-color: #db4a2f;
    color: #fff;
    border: 2px solid #fff;
}


/* ----- CSS for scroll revealler ----- */

.cbp-so-scroller {
    overflow: hidden;
}


/* Clear floats of children */

.cbp-so-section:before,
.cbp-so-section:after {
    content: " ";
    display: table;
}

.cbp-so-section:after {
    clear: both;
}


/* Text styling */


/* Sides */

.cbp-so-side {
    overflow: hidden;
    min-height: 12em;
    -webkit-transition: -webkit-transform 1s, opacity 0.75s;
    -moz-transition: -moz-transform 1s, opacity 0.75s;
    transition: transform 1s, opacity 0.75s;
}


/* Clear floats of children */

.cbp-so-side:before,
.cbp-so-side:after {
    content: " ";
    display: table;
}

.cbp-so-side:after {
    clear: both;
}

.cbp-so-side-bottom {
    text-align: inherit;
}

.cbp-so-side-top {
    text-align: inherit;
}

.cbp-so-side-bottom img {
    float: inherit;
}

.cbp-so-side-top img {
    float: inherit;
}


/* Initial state (hidden or anything else) */

.cbp-so-init .cbp-so-side {
    opacity: 0;
}

.cbp-so-init .cbp-so-side-top {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
}

.cbp-so-init .cbp-so-side-bottom {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
}


/* Animated state */


/* add you final states (transition) or your effects (animations) for each side */

.cbp-so-section.cbp-so-animate .cbp-so-side-top,
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}


/*For example, add a delay for the bottom side:*/

.cbp-so-section.cbp-so-animate .cbp-so-side-bottom .cbp-so-side-top {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.gradient {
    /* background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(46, 216, 165)); */
    /* background-image: linear-gradient(to bottom, #6b7A8f 0%, #6b7A8f 100%); */
    background-color: #101840;
    /* opacity: 1; */
}

.midSection_BG {
    background-color: #fff;
    /* background-color: #fbeaeb; */
}


/* ==========================================================================
Navigation Bar
========================================================================== */

.navbar {
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 3000;
    padding: 5px 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.navbar .navbar-nav {
    float: none;
    margin: 10px 0;
}

.navbar .navbar-nav li {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-left: 5px;
}

.navbar .navbar-nav li a {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 0;
    padding: 12px 16px;
    /* color: #000; */
    outline: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.navbar .navbar-nav li a:hover {
    /* background-color: #303030; */
    background-color: #000;
    outline: none;
    color: #eee;
}

.navbar .navbar-nav li a:focus {
    background-color: transparent;
    outline: none;
}

.navbar .navbar-nav li:hover {
    /* background-color: #303030; */
    background-color: #000;
    color: #eee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.navbar .navbar-nav .active {
    /* background-color: #303030; */
    background-color: #000;
    color: #eee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover {
    color: #eee;
}

.navbar .navbar-brand {
    margin: 0 0 0 15px;
    padding: 0;
    color: #000;
}

.navbar .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar .navbar-toggle:hover {
    background-color: #717171;
    border: 1px solid #717171;
}

.navbar .navbar-toggle:hover .icon-bar {
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #8b8b8b;
}

.navbar .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.979);
    text-align: center;
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 4px 0 rgba(117, 103, 103, 0.5);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.5);
    margin-top: 15px;
}

.navbar-brand .logo {
    width: 80px;
}

.minified {
    /* opacity: 0.9; */
    /* padding: 15px 0; */
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


/* ==========================================================================
Jumbotron Section
========================================================================== */

.jumbotron {
    padding: 0px 0 0px;
    margin-top: 95px;
    margin-bottom: 0;
    /* background: transparent url('../images/banner/banner1.jpg') repeat top left; */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
    font-size: 1em;
    /* height: auto; */
    /* overflow: hidden; */
    /* height: auto; */
}

.jumbotron img {
    /* height: 600px; */
    height: 320px;
    width: auto;
}

.jumbotron .container {
    /* text-align: center; */
}

.jumbotron h1 {
    color: #eee;
    font-size: 4.888888888888889em;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 80px;
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.jumbotron p {
    font-size: 1.333333333333333em;
    line-height: 1.333333333333333em;
    color: rgb(0, 0, 0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    margin-bottom: 40px;
    opacity: 0;
}

.jumbotron p .btn {
    /* color: #fff; */
    color: #eee;
    text-shadow: #fff;
    /* font-size: 1em; */
}

.jumbotron p .btn:hover {
    color: #000;
}

.jumbotron #header-photo {
    opacity: 0;
    margin-top: -100px;
}


/*=========================== Slideshow container================================== */

.slideshow-container {
    /* max-width: 1000px; */
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */


/* .dot {
    height: 0px;
    width: 0px;
    margin: 0px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    visibility: hidden;
} */

.active {
    background-color: #717171;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 10s;
    animation-name: fade;
    animation-duration: 10s;
}

@-webkit-keyframes fade {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}


/* ==========================================================================
About Me Section
========================================================================== */

#about {
    /* text-align: center; */
    /* padding: 100px 0; */
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    /* background-color: #eeeeee; */
    color: #000;
    /* background: #272727; */
    padding-top: 200px;
    padding-bottom: 230px;
    /* background-color: #fff; */
}

#about h1 {
    margin: 0 0 40px 0;
    color: #db4a2f;
}

.section-header {
    padding-bottom: 1px;
    text-align: center;
}

.section-header h2,
#focus .section-header h2 a,
#team .section-header h2 a,
#aboutus .section-header h2 a,
#testimonials .section-header h2 a,
#contact .section-header h2 a {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /* font-size: 45px; */
    /* line-height: 40px; */
    text-transform: uppercase;
    font-weight: 700;
}


/* h1,
                    h2 {
                        font-family: "Montserrat", Helvetica, sans-serif;
                        font-weight: 700;
                        line-height: 35px;
                    } */

.about-us .column {
    margin-bottom: 78px;
}

.about-us p {
    color: #383838;
    /* font-size: 14px; */
    /* line-height: 25px; */
    text-align: left;
    margin-bottom: 1.5em;
}

.about-us a {
    /* color: #e96656; */
    -webkit-transition: all 700ms;
    transition: all 700ms;
}


/* .white-text {
                        color: #000;
                    } */

.h2center {
    text-align: left;
    /* text-transform: uppercase;
            font-weight: 700; */
}

.skills .skill .section-legend {
    float: none;
    clear: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    /* font-weight: 700; */
    text-transform: uppercase;
    overflow: hidden;
}

#about .round-outline {
    border: 2px solid #e4e4e4;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 164px;
    width: 164px;
}

#about .round-outline:hover {
    border: 2px solid #fff;
}

#about .round-outline .round-photo-anchor {
    position: relative;
    display: inline-block;
}

#about .round-outline .round-photo-anchor img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#about .round-outline .round-photo-anchor .round-caption-bg {
    background-color: rgba(256, 256, 256, .5);
    height: 90%;
    width: 90%;
    margin: 5%;
    position: absolute;
    top: px;
    left: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

#about .round-outline .round-photo-anchor i {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
}

#about .round-outline .round-photo-anchor:hover .round-caption-bg {
    opacity: 0.8;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

#about .round-outline .round-photo-anchor:hover i {
    top: 45%;
    opacity: 0.75;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

#about .round-outline .round-photo-anchor:hover i:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

#about .social-icons {
    margin-top: 20px;
}

#about .social-icons .icon-social {
    height: 60px;
    width: 60px;
    text-indent: 500px;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #db4a2f;
    margin-top: 20px;
}

#about .social-icons .icon-facebook {
    background: #ffffff url('../img/icon-facebook-red.png') center center no-repeat;
}

#about .social-icons .icon-facebook:hover {
    background: #db4a2f url('../img/icon-facebook-white.png') center center no-repeat;
}

#about .social-icons .icon-twitter {
    background: #ffffff url('../img/icon-twitter-red.png') center center no-repeat;
}

#about .social-icons .icon-twitter:hover {
    background: #db4a2f url('../img/icon-twitter-white.png') center center no-repeat;
}

#about .social-icons .icon-skype {
    background: #ffffff url('../img/icon-skype-red.png') center center no-repeat;
}

#about .social-icons .icon-skype:hover {
    background: #db4a2f url('../img/icon-skype-white.png') center center no-repeat;
}

#about .social-icons .icon-linkedin {
    background: #ffffff url('../img/icon-linkedin-red.png') center center no-repeat;
}

#about .social-icons .icon-linkedin:hover {
    background: #db4a2f url('../img/icon-linkedin-white.png') center center no-repeat;
}


/*================================PRODUCTS+========================================*/

#product {
    /* background-color: #eee; */
    /* background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(198, 151, 229)); */
    text-align: center;
    padding: 100px 0;
    padding-top: 200px;
    padding-bottom: 230px;
    /* color: #eee; */
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}

.product-name-first {
    color: #eee;
    margin-bottom: 70px;
}

.product-div {
    display: inline-block;
    margin-right: 20px;
    /* text-align: center; */
}

.product-name-p {
    width: 160px;
    text-align: center;
    /* vertical-align: middle; */
    display: table-cell;
    /* font-family: 'Ubuntu', sans-serif; */
    color: #eee;
    /* text-align: center; */
}

.product-label-font {
    text-align: center;
}

#product h1 {
    color: #eee;
    margin: 0 0 10px 0;
}

#product h2 {
    font-size: 1.444444444444444em;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /* text-shadow: 0 0 0 rgba(0, 0, 0, 0); */
}

#product h2 a {
    color: #fff;
}

#product .service-description {
    font-size: 0.7777777777777778em;
    line-height: 1.5em;
}

#product .service-icon i {
    font-size: 4em;
    line-height: 80px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#product .product-column {
    cursor: default;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.productPic:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 4px;
    margin: -2px!important;
    border: 2px solid #eee;
    display: inline-block;
}


/* ==========================================================================
Services Section
========================================================================== */

#services {
    /* background-color: #eee; */
    /* background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(198, 151, 229)); */
    text-align: center;
    padding: 100px 0;
    color: #000;
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}

.services-div {
    display: inline-block;
    margin-right: 20px;
    /* text-align: center; */
}

.service-name-p {
    width: 160px;
    text-align: center;
    /* vertical-align: middle; */
    display: table-cell;
    /* font-family: 'Ubuntu', sans-serif; */
    color: #000;
    /* text-align: center; */
}

.services-label-font {
    text-align: center;
}

#services h1 {
    margin: 0 0 40px 0;
    /* color: #000; */
}

#services h2 {
    font-size: 1.444444444444444em;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /* text-shadow: 0 0 0 rgba(0, 0, 0, 0); */
}

#services h2 a {
    color: #fff;
}

#services .service-description {
    font-size: 0.7777777777777778em;
    line-height: 1.5em;
}

#services .service-icon {
    margin-top: 40px;
    height: 80px;
    width: 80px;
    display: inline-block;
    background-color: #db4a2f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 0 50px #db4a2f;
    -moz-box-shadow: inset 0 0 0 50px #db4a2f;
    box-shadow: inset 0 0 0 50px #db4a2f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#services .service-icon i {
    font-size: 4em;
    line-height: 80px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#services .service-column {
    cursor: default;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


/* #services .service-column:hover {
            background-color: #C43C3C;
            -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
        }
        
        #services .service-column:hover .service-icon {
            background-color: #fff;
            -webkit-box-shadow: inset 0 0 0 0 #db4a2f;
            -moz-box-shadow: inset 0 0 0 0 #db4a2f;
            box-shadow: inset 0 0 0 0 #db4a2f;
            margin-top: 30px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
        
        #services .service-column:hover h2 {
            margin-top: 30px;
            margin-bottom: 30px;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }
        
        #services .service-column:hover i {
            text-align: center;
            font-size: 3em;
            line-height: 80px;
            width: 100%;
            height: 100%;
            color: #db4a2f;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        } */


/* ==========================================================================
Portfolio Section
========================================================================== */

#portfolio {
    text-align: center;
    padding: 100px 0;
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}

#portfolio h1 {
    margin: 0 0 40px 0;
    color: #717171;
}

#portfolio .cat-list {
    text-align: center;
    list-style-type: none;
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
}

#portfolio .cat-list li {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
}

#portfolio .cat-list .active {
    background-color: #303030;
    color: #fff;
}

#portfolio .resp-btn {
    height: 42px;
    width: 42px;
    background: red;
    display: none;
}

#portfolio .portfolio-row {
    margin-bottom: 40px;
    list-style-type: none;
    height: auto;
    padding: 0;
}

#portfolio .portfolio-row .portfolio-mix {
    opacity: 0;
    display: none;
    margin-bottom: 30px;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -webkit-box-shadow: inset 0 0 0 4px #db4a2f, inset 0 0 0 0 #db4a2f;
    -moz-box-shadow: inset 0 0 0 4px #db4a2f, inset 0 0 0 0 #db4a2f;
    box-shadow: inset 0 0 0 4px #db4a2f, inset 0 0 0 0 #db4a2f;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a .caption-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 0 #db4a2f;
    -moz-box-shadow: inset 0 0 0 0 #db4a2f;
    box-shadow: inset 0 0 0 0 #db4a2f;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a h3 {
    font-size: 1.111111111111111em;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a .portfolio-item-description {
    font-size: 0.7777777777777778em;
    line-height: 1.2em;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg {
    opacity: 0.95;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .caption-bg::before {
    content: '';
    -webkit-box-shadow: inset 0 0 0 160px #db4a2f;
    -moz-box-shadow: inset 0 0 0 160px #db4a2f;
    box-shadow: inset 0 0 0 160px #db4a2f;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover h3 {
    opacity: 1;
    top: 24%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

#portfolio .portfolio-row .portfolio-mix .portfolio-item a:hover .portfolio-item-description {
    opacity: 1;
    top: 54%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.white-back {
    background: #eee;
}

#portfolio .btn {
    margin: 0 10px;
}

#portfolio .btn-outline-white {
    color: #db4a2f;
    text-transform: none;
    border: 2px solid #db4a2f;
}

#portfolio .btn-outline-white:hover {
    background-color: #db4a2f;
    color: #fff;
}

#portfolio p .btn-outline-white {
    text-transform: uppercase;
}


/* ==========================================================================
Testimonials Section
========================================================================== */

#testimonials {
    background-color: #ebebeb;
    text-align: center;
    padding: 100px 0;
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}

#testimonials h1 {
    margin: 0 0 40px 0;
    color: #717171;
}

.da-slider {
    width: 100%;
    min-width: 320px;
    height: 360px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.da-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: left;
}

.da-slide-current {
    z-index: 1000;
}

.da-slider-fb .da-slide {
    left: 100%;
}

.da-slider-fb .da-slide.da-slide-current {
    left: 0px;
}

.da-slide .block-cite,
.da-slide blockquote,
.da-slide .da-link,
.da-slide .da-img {
    position: absolute;
    opacity: 0;
    left: 100%;
}

.da-slider-fb .da-slide .block-cite,
.da-slider-fb .da-slide blockquote,
.da-slider-fb .da-slide .da-link {
    left: 15%;
    opacity: 1;
}

.da-slider-fb .da-slide .da-img {
    left: 50%;
    opacity: 1;
}

.da-slide .block-cite {
    color: #717171;
    font-size: 14px;
    width: 70%;
    top: 130px;
    white-space: nowrap;
    z-index: 10;
    text-align: center;
    line-height: 1.5em;
}

.da-slide blockquote {
    width: 70%;
    top: 150px;
    color: #717171;
    font-size: 18px;
    line-height: 26px;
    height: auto;
    overflow: hidden;
    border: none;
    text-align: center;
}

.da-slide blockquote p {
    font-style: italic;
    font-weight: 600;
}

.da-slide .da-img {
    text-align: center;
    top: 0;
    height: 120px;
    width: 120px;
    left: 100%;
    /*50%*/
}

.da-slide .da-img .round-outline {
    border: 2px solid #db4a2f;
    width: 116px;
    height: 116px;
    position: relative;
}

.da-slide .da-img .round-outline .round-photo {
    display: inline-block;
    width: 108px;
    height: 108px;
    position: absolute;
    top: 2px;
    left: 2px;
    margin: 0;
}

.da-slide .da-link {
    top: 270px;
    /*depends on p height*/
    border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: 8px solid rgba(255, 255, 255, 0.8);
    padding: 2px 20px 0px;
    font-size: 18px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
}

.da-slide .da-link:hover {
    background: rgba(255, 255, 255, 0.3);
}

.da-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 0;
    z-index: 2000;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.da-dots span {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b4b4b4;
    margin: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.da-dots span.da-dots-current:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #db4a2f;
}

.da-arrows {
    -moz-user-select: none;
    -webkit-user-select: none;
}

.da-arrows span {
    position: absolute;
    top: 38px;
    height: 40px;
    width: 21px;
    cursor: pointer;
    z-index: 2000;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.da-slider:hover .da-arrows span {
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.da-arrows-prev {
    left: 20%;
    background: transparent url('../img/arrow-left.png') no-repeat top left;
}

.da-arrows-next {
    right: 20%;
    background: transparent url('../img/arrow-right.png') no-repeat top left;
}

.da-slide-current .block-cite,
.da-slide-current blockquote,
.da-slide-current .da-link {
    left: 15%;
    opacity: 1;
}

.da-slide-current .da-img {
    left: 50%;
    margin-left: -60px;
    opacity: 1;
}


/* Animation classes and animations */


/* Slide in from the right*/

.da-slide-fromright .block-cite {
    -webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}

.da-slide-fromright blockquote {
    -webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}

.da-slide-fromright .da-link {
    -webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
    animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}

.da-slide-fromright .da-img {
    -webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    -ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
    animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}

@-webkit-keyframes fromRightAnim1 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim2 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromRightAnim4 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim1 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim2 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromRightAnim4 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim1 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim2 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromRightAnim4 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim1 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim2 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromRightAnim4 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
    }
}

@keyframes fromRightAnim1 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@keyframes fromRightAnim2 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@keyframes fromRightAnim3 {
    0% {
        left: 110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromRightAnim4 {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
    }
}


/* Slide in from the left*/

.da-slide-fromleft .block-cite {
    -webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}

.da-slide-fromleft blockquote {
    -webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}

.da-slide-fromleft .da-link {
    -webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}

.da-slide-fromleft .da-img {
    -webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}

@-webkit-keyframes fromLeftAnim1 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim2 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fromLeftAnim4 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
}

@-moz-keyframes fromLeftAnim1 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim2 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes fromLeftAnim4 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
}

@-o-keyframes fromLeftAnim1 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim2 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-o-keyframes fromLeftAnim4 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
}

@-ms-keyframes fromLeftAnim1 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim2 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes fromLeftAnim4 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
}

@keyframes fromLeftAnim1 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim2 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 15%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim3 {
    0% {
        left: -110%;
        opacity: 0;
    }
    1% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes fromLeftAnim4 {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
}


/* Slide out to the right */

.da-slide-toright .block-cite {
    -webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
    animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}

.da-slide-toright blockquote {
    -webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
    animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}

.da-slide-toright .da-link {
    -webkit-animation: toRightAnim3 0.4s ease-in-out both;
    -moz-animation: toRightAnim3 0.4s ease-in-out both;
    -o-animation: toRightAnim3 0.4s ease-in-out both;
    -ms-animation: toRightAnim3 0.4s ease-in-out both;
    animation: toRightAnim3 0.4s ease-in-out both;
}

.da-slide-toright .da-img {
    -webkit-animation: toRightAnim4 0.6s ease-in-out both;
    -moz-animation: toRightAnim4 0.6s ease-in-out both;
    -o-animation: toRightAnim4 0.6s ease-in-out both;
    -ms-animation: toRightAnim4 0.6s ease-in-out both;
    animation: toRightAnim4 0.6s ease-in-out both;
}

@-webkit-keyframes toRightAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes toRightAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
    30% {
        left: 45%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes toRightAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
    30% {
        left: 45%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes toRightAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
    30% {
        left: 45%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@-ms-keyframes toRightAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
    30% {
        left: 45%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    99% {
        left: 10%;
        opacity: 0;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes toRightAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
    30% {
        left: 45%;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}


/* Slide out to the left*/

.da-slide-toleft .block-cite {
    -webkit-animation: toLeftAnim1 0.6s ease-in-out both;
    -moz-animation: toLeftAnim1 0.6s ease-in-out both;
    -o-animation: toLeftAnim1 0.6s ease-in-out both;
    -ms-animation: toLeftAnim1 0.6s ease-in-out both;
    animation: toLeftAnim1 0.6s ease-in-out both;
}

.da-slide-toleft blockquote {
    -webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
    animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}

.da-slide-toleft .da-link {
    -webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    -ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
    animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}

.da-slide-toleft .da-img {
    -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
    animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}

@-webkit-keyframes toLeftAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }
    30% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }
    30% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-webkit-keyframes toLeftAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
    70% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }
    30% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }
    30% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-moz-keyframes toLeftAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
    70% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }
    30% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }
    30% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-o-keyframes toLeftAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
    70% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }
    30% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }
    30% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@-ms-keyframes toLeftAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
    70% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim1 {
    0% {
        left: 15%;
        opacity: 1;
    }
    30% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim2 {
    0% {
        left: 15%;
        opacity: 1;
    }
    30% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim3 {
    0% {
        left: 10%;
        opacity: 1;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}

@keyframes toLeftAnim4 {
    0% {
        left: 50%;
        opacity: 1;
        margin-left: -60px;
    }
    70% {
        left: 30%;
        opacity: 0;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}


/* ==========================================================================
Contact Section
========================================================================== */

#contact {
    background-color: #2A2828;
    text-align: center;
    padding: 100px 0;
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
}

.Contact-row {
    margin-left: -15px;
    margin-right: -15px;
    /* margin-top: 100px; */
}

.contact-head {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

#contact h1 {
    margin: 4px 0 40px 0;
    color: #fff;
}

#contact p {
    color: #fff;
}

#contact .icon {
    color: #fff;
    margin-top: 20px;
}

#contact .contact-meta {
    font-size: 0.7777777777777778em;
    line-height: 1.5em;
}

#contact form {
    margin-top: 30px;
    margin-bottom: 0;
}

#contact form input,
#contact form textarea {
    background-color: #fff;
    color: #000;
    border: none;
    border-bottom: 2px solid #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: default;
}

#contact form input:focus,
#contact form textarea:focus {
    color: #000;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 #7aba7b;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 #7aba7b;
    /* background-color: #db4a2f; */
}

#contact form ::-webkit-input-placeholder {
    color: #000;
}

#contact form :-moz-placeholder {
    color: #000;
}

#contact form ::-moz-placeholder {
    color: #000;
}

#contact form :-ms-input-placeholder {
    color: #FFF;
}

#contact form input::-webkit-input-placeholder,
#contact form textarea::-webkit-input-placeholder {
    color: #000;
}

#contact form input:-moz-placeholder,
#contact form textarea:-moz-placeholder {
    color: #000;
}

#contact form button[type="submit"] {
    outline: none;
    background: none;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#contact form button[type="submit"]:hover {
    background-color: #fff;
    color: #db4a2f;
}

#contact label {
    color: #fff;
}

.checkcolour {
    color: #fff;
    text-align: left;
}


/* ==========================================================================
Footer Section
========================================================================== */

.footer {
    /* background-color: #AE3923; */
    text-align: center;
}

.footer p {
    /* color: #fff; */
    line-height: 1.666666666666667;
    margin: 25px 0;
}

.scrolltotop {
    position: fixed;
    bottom: -50px;
    right: 20px;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.scrolltotop:hover {
    color: #db4a2f;
    background-color: #eee;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.scrolltotop:hover i {
    opacity: 1;
}

.scrolltotop i {
    line-height: 40px;
    opacity: 0.5;
}

.show-to-top {
    opacity: 1;
    bottom: 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.widget-font {
    /* font-family: 'Ubuntu', sans-serif; */
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
}

.header-widgets {
    width: 100%;
    background: #ffffff;
    /* margin-top: 90px; */
    margin: auto;
}

.header-widgets .widget {
    position: relative;
    display: inline-block;
    padding: 1px 0;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}

.container-widgets {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #eee;
    text-align: center;
}

.icon-box {
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 100ms ease-out;
}

.icon-box--icon {
    float: left;
    margin-right: 20px;
    width: 40px;
}

.icon-box--icon i {
    font-size: 40px;
    transition: all 100ms ease-out;
}

.header-widgets .icon-box--text {
    float: left;
}


/* ==========================================================================
Media Queries
========================================================================== */


/* Header Images*/

@media (min-width: 768px) {
    .jumbotron img {
        height: 750px;
    }
}

@media (min-width: 992px) {
    .jumbotron img {
        height: 750px;
    }
}

@media (min-width: 1200px) {
    .jumbotron img {
        height: 750px;
    }
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .navbar .navbar-nav {
        float: right;
        margin: 2px 0 2px 0;
    }
    .navbar .navbar-nav li {
        margin-left: 3px;
    }
    .navbar .navbar-nav li a {
        display: inline-block;
        padding: 8px 12px;
        color: #000;
    }
    .navbar .navbar-collapse {
        background-color: rgba(255, 255, 255, 0);
        text-align: center;
        -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
        box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
        margin-top: 0;
    }

    #about .round-outline {
        height: 100px;
        width: 100px;
    }
    #about .round-outline .round-photo-anchor img {
        margin: 0;
    }
    #portfolio .cat-list {
        text-align: center;
        list-style-type: none;
        margin-bottom: 40px;
    }
    #portfolio .cat-list li {
        display: inline-block;
        margin-bottom: 0;
        padding: 6px 20px;
    }
    #testimonials .da-slider {
        height: 320px;
    }
    .da-arrows-prev {
        left: 30%;
        background: transparent url('../img/arrow-left.png') no-repeat top left;
    }
    .da-arrows-next {
        right: 30%;
        background: transparent url('../img/arrow-right.png') no-repeat top left;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .navbar .navbar-nav {
        float: right;
        margin: 20px 0 20px 0;
    }
    .navbar .navbar-nav li {
        margin-left: 5px;
    }
    .navbar .navbar-nav li a {
        display: inline-block;
        padding: 8px 16px;
        color: #000;
    }
    .navbar .navbar-collapse {
        background-color: rgba(255, 255, 255, 0);
        text-align: center;
        -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
        box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0);
    }

    #about .round-outline {
        height: 164px;
        width: 164px;
    }
    #about .round-outline .round-photo-anchor img {
        margin: 4px;
    }
    #testimonials .da-slider {
        height: 300px;
    }
}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #header {
        /* height: auto; */
    }
    #testimonials .da-slider {
        height: 280px;
    }
    .da-arrows-prev {
        left: 40%;
        background: transparent url('../img/arrow-left.png') no-repeat top left;
    }
    .da-arrows-next {
        right: 40%;
        background: transparent url('../img/arrow-right.png') no-repeat top left;
    }
}

@media (min-width: 992px) {
    .header-widgets {
        /* position: absolute; */
        background: rgba(255, 255, 255, 0.9);
        z-index: 10;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .header-widgets .widget {
        padding: 10px 0;
        width: auto;
        margin-right: 1px;
        border-bottom: none;
    }
}

@media (min-width: 1200px) {
    .header-widgets .widget {
        margin-right: 93px;
    }
}

@media (min-width: 1200px) {
    .header-widgets .widget::after {
        position: absolute;
        content: "";
        top: 30px;
        right: -42px;
        width: 1px;
        height: calc(100% - 60px);
        background: rgba(50, 50, 50, 0.075);
    }
}


/*  @media (min-width: 768px) {
                        .container-widgets {
                            width: 750px;
                        }
                    }*/


/* @media (min-width: 992px) {
                        .container-widgets {
                            width: 970px;
                        }
                    } */

@media (min-width: 1200px) {
    .container-widgets {
        width: 100%;
        /* margin-left: 130px; */
        text-align: center;
    }
}

@media (min-width: 992px) {
    .icon-box--icon {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .col-lg-6 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
}


/*==========================ABOUT US================================*/

@media (max-width: 992px) {
    .zerif_about_us_center p,
    .about-us .col-md-6.zerif_about_us_center.text_and_skills p {
        text-align: center;
    }
    .h2center,
    .about-us p,
    .skills {
        text-align: center;
    }
    ul {
        padding-inline-start: 5px;
    }
}

@media (max-width: 767px) {
    #about{
        padding-top: 100px;
    }
    .about-us .column {
        margin-bottom: 40px;
    }
    .h2center,
    .about-us p,
    .skills {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about-us .column {
        margin-bottom: 40px;
    }
    .h2center,
    .about-us p,
    .skills {
        text-align: center;
    }
}


/*========================productsss=============================================*/

@media (max-width: 780px) {
    #pgc-1754-2-0,
    #pgc-1754-2-1,
    #pgc-1754-4-0,
    #pgc-1754-4-1,
    #pgc-1754-5-0,
    #pgc-1754-5-1,
    #pgc-1754-6-0,
    #pgc-1754-6-1 {
        margin-bottom: 30px;
    }
}

@media (max-width: 780px) {
    #pl-1754 .panel-grid-cell {
        padding: 0;
    }
}

@media (max-width: 780px) {
    #pg-1754-4 .panel-grid-cell {
        width: 100%;
        margin-right: 0;
    }
}


/* @media (min-width: 992px) {
.container {
width: 970px;
}
}

@media (min-width: 768px) {
.container {
width: 750px;
}
} */

.round-photo {}